* {
    margin: 0;
    padding: 0;
}


@font-face {
    font-family:'Robot-Medium';
    src: url('/font/Roboto-Medium.ttf');
}
@font-face {
    font-family: 'bebasfont';
    src:url('/font/BEBAS.TTF');
}

.p_title, .title {
    /*margin: 0;*/
    /*padding: 0;*/
    font-family: 'bebasfont';
    font-size: 44px;
    /*box-sizing: border-box;*/
    color: #557be1;
    /*box-sizing: border-box;*/
}
p, li {
    font-family: 'Robot-Medium';
    font-size: 20px;
    color: #707070;
}


/*html,body {
    min-width: 1000px;
}*/

fieldset,img {
    border: 0;
}
a:hover, a:focus {
    text-decoration: none !important;
}

ul,ol,li {
    list-style: none;
    font-family: 'Robot-Medium';
}

/* remember to define focus styles! */
:focus {
    outline: 0;
}

address,caption,cite,code,dfn,em,strong,th,var,optgroup {
    font-style: normal;
    font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
    font-size: 100%;
    font-weight: normal;
}

abbr,acronym {
    border: 0;
    font-variant: normal;
}

input,button,textarea,select,optgroup,option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    background-color: #fff;
    border: none;
}

code,kbd,samp,tt {
    font-size: 100%;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input,button,textarea {
    *font-size: 100%;
}

ol,ul {
    list-style: none;
}

/* tables still need 'cellspacing="0"' in the markup */
table,tr,td {
    border-collapse: collapse;
    border-spacing: 0;
    margin: 0;
    padding: 0;
}

caption,th {
    text-align: left;
}

sup,sub {
    font-size: 100%;
    vertical-align: baseline;
}

/* remember to highlight anchors and inserts somehow! */
blockquote,q {
    quotes: none;
}

blockquote:before,blockquote:after,q:before,q:after {
    content: '';
    content: none;
}

/**Common Css**/
.fr {
    float: right;
    *display: inline;
}

.fl {
    float: left;
    *display: inline;
}

/*文本超出显示省略号*/
.ehn,.otw,.tow {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}

/*清除浮动*/
.clearfix {
    clear: both;
    *zoom: 1;
}

.clearfix:after {
    display: block;
    clear: both;
    content: "\0020";
    visibility: hidden;
    height: 0;
}

html.body {
    position: relative;
}
.row {
    margin-right: 0px;
    margin-left: 0px;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
    padding-right: 0px;
    padding-left: 0px;
}
.col-lg-8 {
    width: 82.66666667%;
}
/* 大屏幕 */
@media (min-width: 1700px) {
    .w {
        width: 1000px;
        /* width: 1100px; */
    }
}
@media (min-width: 1400px) and (max-width: 1700px) {
    .w {
        width: 72%;
        /* width: 1100px; */
    }
}
@media (min-width: 1200px) and (max-width: 1400px) {
    .w {
        width: 82%;
        /* width: 1100px; */
    }
}
/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 979px) and (max-width: 1200px) {
    .w {
        width: 90%;
        /* width: 1100px; */
    }
}

/* 平板电脑和小屏电脑之间的分辨率 */
@media (min-width: 768px) and (max-width: 979px) {
    .w {
        width: 92%;
        /* width: 1100px; */
    }
}
 
/* 横向放置的手机和竖向放置的平板之间的分辨率 */
@media (max-width: 767px) {
    /* .w {
        width: 66%;
    } */
}
/* 横向放置的手机及分辨率更小的设备 */
@media (max-width: 480px) {

}
.w {
    margin: 0 auto;
    position: relative;
    
}
.w_bg {
    padding: 30px 0;
    /*background-color: rgba(0, 0, 0, 0.5);*/
}
.p_line {
    display: inline-block;
    width: 50px;
    height: 6px;
    background-color: #FF9810;
    margin-bottom: 2px;
    /* position: absolute; */
}
/*.p_title {*/
    /*font-size: 44px;*/
    /*font-weight: 700;*/
    /* margin: 20px 0 0px 0; */
    /*margin-bottom: 8px;*/
    /*position: relative;*/
/*}*/
.p_title_little {
    font-size: 26px;
    font-family: 'Robot-Medium';
    /*font-weight: 700;*/
    margin-bottom: 8px;
    /*position: relative;*/
    margin-top: 70px;
    text-align: center;
    color: #ffffff;
}

.p_line_height {
    line-height: 1.6em;
    font-size: 18px;
}
/* 改变bootstrap默认样式 */
ul, ol {
    margin-bottom: 0px !important;
}
li.active {
    background-color: #f3c013;
}
.carousel-indicators .active {
    background-color: #f3c013;
    border: 0;
    width: 15px;
    height: 15px;
}
.carousel-indicators li {
    width: 15px;
    height: 15px;
    border: 2px solid #fff;
}
/* 头部样式 */
.active {
    color: #f3c013 !important;
}
.div_active {
    background-image: url("/image/choice_bg.png");
}
.contentBox {
    /* min-height: calc(100vh - 60px - 110px); */
    /* border: 1px solid red; */
}
.nav_box {
    position: fixed;
    width: 100%;
    text-align: center;
    height: 80px;
    line-height: 80px;
    /* border: 1px solid red; */
    /* background-color: #1D0B3C; */
    z-index: 9999;
    /* opacity: 1; */
    background-color: rgba(29, 11, 60, 0);
    
}
.nav_box_opticy {
    /* opacity: 1; */
    /* background: #1D0B3C;

    opacity: 0; */
    background-color: #557be1;
    /* rgba(29, 11, 60, 1) */
}
.nav_box_little {
    display: inline-block;
}
.nav_box .nav_box_little,a, #nav_list {
    /* height: 100%; */
    /* line-height: 100%; */
    /* border: 1px solid yellow; */
}
.nav_box a, #nav_list, .dropdown {
    float: left;
}
.nav_box img {
    height: 100%;
}

.nav_box #nav_list {
    margin: 0 20px;
}
.nav_box #nav_list li {
    float: left;
    padding: 0 26px;
    height: 100%;
    line-height: 100%;

}

.nav_box #nav_list a {
    color: #fff;
    font-size: 20px;
    /*font-weight: 700;*/
    height: 80px;
    line-height: 80px;
    font-family: 'Robot-Medium'
}
.nav_box .dropdown .btn-default{
    color: #fff;

}
.nav_box button {
    background-color:transparent; 
    border: none;
    color: #fff;
    font-family: 'Robot-Medium';
    font-size: 20px;
}
.nav_box .dropdown-menu {
    text-align: center;
    background-color: #1D0B3C;
    /*background-image: url('/image/language_bg1.png');*/
    width: 100px;
    min-width: 100px;
    max-width: 100px;
    right: 0;
    left: auto;
    top: 76px;
}

.nav_box .dropdown-menu a{
    color: #fff;
}
/* #FF9810 */
.nav_box .dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    background-color: #1D0B3C;
    color: #FF9810;
}
.nav_box .dropdown-menu a.activemenu {
    color: #f3c013;
}
/* 尾部样式 */
.footer {
    /*position: fixed;*/
    background-color: #557be1;
    /* height: 500px; */
    /* border: 2px solid yellow; */

}
.footer .w {
    /* padding-top: 50px; */
}
.footer li {
    color: #ffffff;
}
.footer strong {
    display: inline-block;
    margin: 14px 0;
    font-weight: 700;
}
.footer a,.footer strong, .footer p {
    color: #ffffff;
    font-size: 20px;
    font-family: 'Robot-Medium';
}
.footer a:hover {
    color: #f3c013 ;
    /*font-size: 16px;*/
}

/*.footer .facebookimg:hover {
    background-color: #FF9810;
}
.footer .facebookimg {
    display: inline-block;
    width: 40px;
    height: 40px;
    background-color: #4365B5;
    border-radius: 50%;
    cursor: pointer;
}*/
.footer .big_ul {
    display: flex;
    padding: 36px 0;
    /*border-bottom: 1px solid rgba(255, 255, 255, 0.1);*/
}
.footer .big_ul>li {
    /* float: left; */
    /*flex: 1;*/
    /*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
    /*padding: 0 25px;*/
}
.footer .big_ul>li {
    flex: 1;
    /*border-right: 1px solid rgba(255, 255, 255, 0.1);*/
}
.footer li {
    line-height: 2.5em;
}
/* 隐私页 */
.policy_box {
    width: 100%;
    /*background: url("../image/bg_point.png");*/
    background-color: #e0e0e0;
    background-size: 100% 100%; 
    padding: 110px 0 60px 0;
    text-align: left;
}
.policy_box .title1 {
    font-size: 22px;
    font-weight: 700;
    color: #707070;
    line-height: 50px;
}
.policy_box .title2 {
    font-size: 20px;
    font-weight: 700;
    color: #707070;
    padding: 70px 0 20px 0;
}
.policy_box .content3 {
    font-size: 18px;
    color: #707070;
    line-height: 2em;
    
}

/*.carousel-inner>.item.active, .carousel-inner>.item.next.left, .carousel-inner>.item.prev.right {
    left: auto;
}
*/